home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
GAUGES
/
PSIPBAR
/
PSIPBAR.TXT
next >
Wrap
Text File
|
1996-04-17
|
3KB
|
42 lines
{================================================================}
{ TpsiProgressBar - Version 1.0 }
{================================================================}
{ }
{ DELPHI 2.0 COMPONENT }
{ FREEWARE }
{ }
{ TpsiProgressBar is a "Win95" style progress meter with a text }
{ display of the meter's progress. }
{ }
{ Installs to a "psi" tab in your component library }
{ }
{ 1) Control height is determined by the font you select for }
{ the caption (text). }
{ }
{ 2) Color properties include: }
{ Background }
{ Progress Bar }
{ Caption (Text) via font setting }
{ 3d Highlight }
{ 3d Shadow }
{ }
{ 3) Maintaining the "progress" can be handled a couple ways: }
{ Fill "NumTodo", then update "NumDone" when appropriate }
{ (fills "Progress" for you) }
{ Fill "Progress" with the percent to display (integer) }
{ }
{----------------------------------------------------------------}
{ }
{ If it's helpful in some way, GREAT. }
{ As you'd expect, USE TpsiProgressBar AT YOUR OWN RISK. }
{ If you use it, please send any comments. }
{ If you improve it, please let me know. }
{ }
{ Enjoy it, }
{ Jim Albert }
{ PIN Systems, Inc. }
{ Compuserve -- 102426,2527 }
{ Internet -- PINSystems@mailhost.net }
{ }
{================================================================}